---
title: "Get user's payout history"
method: GET
path: "/user/{id|username}/payouts"
tags: ["users"]
---

# Get user's payout history

`GET /user/{id|username}/payouts`

## Response `200`

Expected response to a valid request

- UserPayoutHistory
  - `all_time` string — The all-time balance accrued by this user in USD
  - `last_month` string — The amount in USD made by the user in the previous 30 days
  - `payouts` UserPayoutHistoryEntry[] — A history of all of the user's past transactions
    - `created` string, ISO-8601 — The date of this transaction
    - `amount` integer — The amount of this transaction in USD
    - `status` string — The status of this transaction

## Other responses

- `401` — Incorrect token scopes or no authorization to access the requested item(s)
- `404` — The requested item(s) were not found or no authorization to access the requested item(s)

---

[API](https://skmtc.net/modrinth/apis/labrinth.md) · [All operations](https://skmtc.net/modrinth/apis/labrinth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/modrinth/labrinth/versions/439f357e772d/schema)
